Bump the python-requirements group with 5 updates#134
Merged
Conversation
Updates the requirements on [apscheduler[sqlalchemy]](https://github.com/agronholm/apscheduler), [mistune](https://github.com/lepture/mistune), [regex](https://github.com/mrabarnett/mrab-regex), [ruff](https://github.com/astral-sh/ruff) and [setuptools-scm](https://github.com/pypa/setuptools-scm) to permit the latest version. Updates `apscheduler[sqlalchemy]` to 3.11.3 - [Release notes](https://github.com/agronholm/apscheduler/releases) - [Commits](agronholm/apscheduler@3.11.2...3.11.3) Updates `mistune` from 3.3.0 to 3.3.2 - [Release notes](https://github.com/lepture/mistune/releases) - [Changelog](https://github.com/lepture/mistune/blob/main/docs/changes.rst) - [Commits](lepture/mistune@v3.3.0...v3.3.2) Updates `regex` from 2026.5.9 to 2026.6.28 - [Changelog](https://github.com/mrabarnett/mrab-regex/blob/hg/changelog.txt) - [Commits](mrabarnett/mrab-regex@2026.5.9...2026.6.28) Updates `ruff` from 0.15.18 to 0.15.20 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@0.15.18...0.15.20) Updates `setuptools-scm` to 10.2.0 - [Release notes](https://github.com/pypa/setuptools-scm/releases) - [Changelog](https://github.com/pypa/setuptools-scm/blob/main/RELEASE_SYSTEM.md) - [Commits](pypa/setuptools-scm@setuptools-scm-v10.0.5...setuptools-scm-v10.2.0) --- updated-dependencies: - dependency-name: apscheduler[sqlalchemy] dependency-version: 3.11.3 dependency-type: direct:production dependency-group: python-requirements - dependency-name: mistune dependency-version: 3.3.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-requirements - dependency-name: regex dependency-version: 2026.6.28 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-requirements - dependency-name: ruff dependency-version: 0.15.20 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-requirements - dependency-name: setuptools-scm dependency-version: 10.2.0 dependency-type: direct:development dependency-group: python-requirements ... Signed-off-by: dependabot[bot] <support@github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updates the requirements on apscheduler[sqlalchemy], mistune, regex, ruff and setuptools-scm to permit the latest version.
Updates
apscheduler[sqlalchemy]to 3.11.3Release notes
Sourced from apscheduler[sqlalchemy]'s releases.
Commits
4308ec9Added the release versionff68780Added a note about weekday numbers in CronTrigger.from_crontab()36936e9Updated actionsc0ff7e4Fixed Pyside6 tests failing on Python 3.9 and 3.81b782c9Fixed fixturecoreappnot founddc3dde4Test against PySide6 on all Python versions18a6f6bFixed imported jobs missing their scheduler and job store links1693db4Fix interval jobs stalling across DST spring-forward with ZoneInfo (#1114)0636bf4Added Python 3.14 to the test matrix3eb3de8Fixed bad use of pytest.raises()Updates
mistunefrom 3.3.0 to 3.3.2Release notes
Sourced from mistune's releases.
Changelog
Sourced from mistune's changelog.
Commits
90b1a73chore: release 3.3.229b70a9fix: resolve mypy issues for python 3.8 and 3.9+de680fbchore: mypy remove useless ignore commentc9f1a54fix: try to support python 3.836de47cchore: release 3.3.118c21d7fix(directive): use correct file path for include directiveae850f5fix(abbr): update process_text method in abrr, adding parse_emphasis parameterUpdates
regexfrom 2026.5.9 to 2026.6.28Changelog
Sourced from regex's changelog.
... (truncated)
Commits
b18daa6Git issue 604: regex fails on free-threading python because setlocale is not ...Updates
rufffrom 0.15.18 to 0.15.20Release notes
Sourced from ruff's releases.
... (truncated)
Changelog
Sourced from ruff's changelog.
... (truncated)
Commits
f82a36bBump 0.15.20 (#26376)af32943Improve the summarise-ecosystem-results skill (#26378)485ebabRemoveRUF076name from schema (#26371)ef81835[ty] Implement rust-analyzer's "Click for full compiler diagnostic" feature (...572b31e[ruff] Removepytest-fixture-autouse(RUF076) (#26240)f703f21Allow human-readable names in rule selectors (#25887)0d726b2[ty] Reuse equality semantics for membership compatibility (#25955)dbe6e98[ty] Infer definite equality comparison results (#26337)e700ea3[ty] Prove TypedDict structural patterns exhaustive (#26285)6a0d2ec[ty] Widen inferred class-valued instance attributes (#26338)Updates
setuptools-scmto 10.2.0Release notes
Sourced from setuptools-scm's releases.
Commits
a705891Merge pull request #1448 from pypa/release/main630448ePrepare release: setuptools-scm v10.2.0, vcs-versioning v2.2.0aaf4950Merge pull request #1445 from RonnyPfannschmidt/python-legacydd60bf9Merge pull request #1447 from RonnyPfannschmidt/fix/1446-move-pkginfo-tests535f5fffix: move PKG-INFO discovery tests to setuptools-scm (#1446)3546a0efeat: restore Python 3.8 and 3.9 support0cde123Merge pull request #1443 from pypa/release/main51bc391Prepare release: vcs-versioning v2.1.2310f3c3Merge pull request #1442 from RonnyPfannschmidt/fix/1439-metadata-workdir-cus...b7b70a8fix: don't re-parse stored tags through tag_regex in MetadataWorkdir (#1439)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions